home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_a9x / my_i_io.ada < prev    next >
Text File  |  1996-01-30  |  83b  |  3 lines

  1. WITH Ada.Text_IO; USE Ada.Text_IO;
  2. PACKAGE My_Int_IO IS NEW Integer_IO(Integer);
  3.